Server-side Events

Description

The List control Detail View's server-side events can be used to add additional logic for during synchronization and validation.

Name
Description
On synchronize

The name of an Xbasic function to call when the data is synchronized.

After synchronize

An Xbasic function to call after data has been synchronized.

After synchronize record

An Xbasic function that is called after the data for each composite record is synchronized.

Server side error message translate

The name of an Xbasic function to call after a server side error has occurred before the error message is displayed to the user.

Validate

The name of an Xbasic function to call to perform validation on data submitted to the server when a List control is synchronized.